html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

.form-signin {
  max-width: 480px;
  padding: 15px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}





.TitleText{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px;
	color: #000000;
}

.SmallText{
	font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 29px;

color: #585858;

}

.BlackText{
	font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 21px;
text-align: right;
text-decoration-line: underline;

color: #000000;
}

.RedText{
	font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
text-align: center;
text-decoration-line: underline;

color: #FF5C55;
}

#Password{
	border: 2px solid #D9D9D9;
    border-radius: 5px;
    margin-bottom: 10px;
	font-family: 'Roboto';
  
}

#username{
	border: 2px solid #D9D9D9;
    border-radius: 5px;
    margin-bottom: 10px;
		font-family: 'Roboto';
}

.form_border{
	border: 2px solid #D9D9D9;
    border-radius: 5px !important;
    margin-bottom: 10px;
    font-family: 'Roboto';
}